var github.com/tmthrgd/go-hex.upper

3 uses

	github.com/tmthrgd/go-hex (current package)
		hex.go#L22: 	upper = []byte("0123456789ABCDEF")
		hex.go#L55: 	return RawEncode(dst, src, upper)
		hex.go#L65: 	return RawEncodeToString(src, upper)